@charset "utf-8";

/* 公共 */
*{margin: 0;padding: 0;list-style-type: none;}
html,body{background: #FFFFFF;}
article,aside,dialog,footer,header,section,nav,figure,menu{display:block;}
img{border: 0px;vertical-align: middle;}
a{text-decoration: none;}
.clearfix:after{content: "";clear: both;display:block;height: 0;visibility: hidden; }
.clearfix{zoom:1;}
.fl,.left{float: left;}
.fr,.right{float: right;}
.clearboth{clear: both}

/* 分页 */
#page{margin-top: 30px;text-align: center;font-size: 14px;padding-bottom: 50px;}
#page *{margin: 0;padding: 0;box-sizing: content-box;}
#page > span{display: inline-block;margin: 0 3px 3px;}
#page > span a{display: inline-block;border: 1px solid #ccc;height: 30px;line-height: 28px;padding: 0 16px;border-radius: 2px;background: #fff;color:#333}
#page > span.cur > a{background: #999;font-weight: bold;color: #fff;border-color: #999;}
#page > span:hover > a{background: #eee;}
#page > span.cur:hover > a{background: #999;}

/* 新闻列表 样式1 */
#news_column_1{font-size: 14px;}
#news_column_1 *{margin: 0;padding: 0;box-sizing: content-box;}
#news_column_1 > ul > li{background: #fff;position: relative;}
#news_column_1 > ul > li > a::before{content: "";display: inline-block;width: 7px;height:7px;background: url(list_tb.png) no-repeat center;margin: 0 5px 0 0;position: relative;top: -2px;}
#news_column_1 > ul > li > a{display: block;padding: 14px 10px; color:#333}
#news_column_1 > ul > li > a > span{float: right;}
#news_column_1 > ul > li:nth-of-type(even) {background: #F5F5F5;}
#news_column_1 > ul > li:hover{background: #FAFAFA;}


/* 新闻列表 样式2 */
#news_column_2{font-size: 14px;}
#news_column_2 *{margin: 0;padding: 0;box-sizing: content-box;}
#news_column_2 > ul > li{background: #fff;position: relative;}
#news_column_2 > ul > li:nth-of-type(even) {background: #F5F5F5;}
#news_column_2 > ul > li > a::before{content: "";display: inline-block;width: 7px;height:7px;background: url(list_tb.png) no-repeat center;margin: 0 5px 0 0;position: relative;top: -2px;}
#news_column_2 > ul > li:hover{background: #FAFAFA;}
#news_column_2 > ul > li > a{display: block;padding: 14px 10px;font-weight: bold;}
#news_column_2 > ul > li > a > .o{float: right;font-weight: normal;}
#news_column_2 > ul > li > a > .o > .h::before{content: "";display: inline-block;width: 17px;height:11px;background: url(tb02.png) no-repeat center;margin: 0 5px 0 0;}
#news_column_2 > ul > li > a > .o > .t::before{content: "";display: inline-block;width: 17px;height:11px;background: url(tb03.png) no-repeat center;margin: 0 5px 0 0;}
#news_column_2 > ul > li > a > p{margin-top:5px;font-weight: normal;}


/* 新闻列表 样式3 */
#news_column_3{}
#news_column_3 *{margin: 0;padding: 0;box-sizing: content-box;}
#news_column_3 > ul > li{background: #fff;position: relative;margin-top: 20px;transition: all 0.3s; display: flex; justify-content:space-between; border-bottom: #ddd solid 1px; padding-bottom:20px}
#newslist_pic{  width: 200px; height: 150px; background: #f8f8f8;display:flex; justify-content:center; align-items:center; overflow:hidden; border: #f5f5f5 solid 1px;}
#newslist_pic img{max-width:100%;max-height: 100%; transform: scale(1.5)}
#newslist_txt{width: 950px; text-align: left; }
#newslist_txt h3{font-size: 1.3rem; font-weight: bold; margin-bottom: 15px;}
#newslist_txt p{color: #333; font-size: 1rem;overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
#newslist_txt:hover h3{color: #D81A38}
#newslist_more{ margin-top: 10px;}
#newslist_more a{font-size:1rem; color:#D81A38 }


/* 新闻详细页 */
#newsinfo_column_1{/*margin-top: 30px;*/font-size: 14px; }
#newsinfo_column_1 *{margin: 0;padding: 0;box-sizing: border-box; }
#newsinfo_column_1 > .ny_tit{text-align: center;font-weight: bold; font-size: 22px; color:#333; background: none }
#newsinfo_column_1 > .ny_attr{text-align: center;border-bottom: 1px dotted #ccc;padding: 10px 0;color: #999;}
#newsinfo_column_1 > .ny_attr > span{display: inline-block;margin: 0 10px;}
#newsinfo_column_1 > .ny_con{margin-top: 20px;}
#newsinfo_column_1 > .ny_con img{max-width: 100%;}

#newsinfo_column_1 > .news_other{margin-top: 40px;color: #666;}
#newsinfo_column_1 > .news_other > .li{width: 50%;}
#newsinfo_column_1 > .news_other > .li > a{display: block;border: 1px solid #F4F4F4;padding: 10px 15px;text-overflow:ellipsis;white-space:nowrap;overflow: hidden;background: #fff;color:#333}
#newsinfo_column_1 > .news_other > .li > a > span{display: inline-block;line-height: 1;margin-right: 15px;border-radius: 5px;color: #000;}
#newsinfo_column_1 > .news_other > .li > a:hover{background: #F4F4F4;}

#newsinfo_column_1 strong a{ color:#333}

#newsinfo_column_1 > .search_tag{margin-top: 40px;}
#newsinfo_column_1 > .search_tag > a{display: inline-block;background: #F4F4F4;padding: 5px 15px;font-size: 12px;margin-right: 10px;color:#333}

#newsinfo_column_1 > .s{margin-top: 20px;border: 1px solid #EAEAEA;background: #fff;}
#newsinfo_column_1 > .s > .ny_tit{padding: 10px 30px;background: #EAEAEA;position: relative;font-weight: bold;font-size: 15px;}
#newsinfo_column_1 > .s > .ny_con{padding: 20px;}
#newsinfo_column_1 > .search_news > .ny_con > ul > li{float: left;width: 47%;color: #666;margin-bottom: 15px;text-overflow:ellipsis;white-space:nowrap;overflow: hidden;}
#newsinfo_column_1 > .search_news > .ny_con > ul > li:nth-of-type(even){float: right;}
#newsinfo_column_1 > .search_news > .ny_con > ul > li > a{color: #666;}
#newsinfo_column_1 > .search_news > .ny_con > ul > li > a > span{display: inline-block;margin-right: 10px;}
#newsinfo_column_1 > .search_news > .ny_con > ul > li:hover > a{color: #000;}

#newsinfo_column_1 > .search_pro > .ny_con{width: 102%;}
#newsinfo_column_1 > .search_pro > .ny_con > ul > li{width: 18%;float: left;text-align: center;margin-right: 2%;}
#newsinfo_column_1 > .search_pro > .ny_con > ul > li > a{display: block;}
#newsinfo_column_1 > .search_pro > .ny_con > ul > li > a > .img{width: 100%;background: #f2f2f2;overflow: hidden;display:flex; justify-content:center; align-items:center; overflow:hidden；}
#newsinfo_column_1 > .search_pro > .ny_con > ul > li > a > .img > img{max-width: 100%;max-height: 100%;transition: all .5s ease; }
#newsinfo_column_1 > .search_pro > .ny_con > ul > li > a > p{margin-top: 10px;text-overflow:ellipsis;white-space:nowrap;overflow: hidden;color:#333}
#newsinfo_column_1 > .search_pro > .ny_con > ul > li > a:hover > .img > img{transZS_form: scale(1.1);}


/* 图片自适应居中 请使用 html5文档声明 */
/* <!DOCTYPE html> */
/* <html> */

/* 图片列表  */
#pic_column_1{width: 102%;}
#pic_column_1 *{margin: 0;padding: 0;box-sizing: content-box;}
#pic_column_1 > ul > li{width: 23%;float: left;text-align: center;margin-right: 2%;margin-top: 20px;}
#pic_column_1 > ul > li > a{display: block;border: 1px solid #EEEEEE;padding: 10px;transition: all .3s;}
#pic_column_1 > ul > li > a > .img{width: 100%;background: #f2f2f2;overflow: hidden;display:flex; justify-content:center; align-items:center; overflow:hidden；}
#pic_column_1 > ul > li > a > .img > img{max-width: 100%;max-height: 100%;transition: all .5s ease;}
#pic_column_1 > ul > li > a > p{margin-top: 10px;text-overflow:ellipsis;white-space:nowrap;overflow: hidden;font-size: 14px;color: #5a5a5a;}
#pic_column_1 > ul > li > a:hover{border-color: #000;}
#pic_column_1 > ul > li > a:hover > .img > img{transZS_form: scale(1.1);}


/* 产品模型 详细 */
#productinfo_column_1{margin-top: 30px;font-size: 14px; }
#productinfo_column_1 *{margin: 0;padding: 0;box-sizing: border-box;}
#productinfo_column_1 > .pics > .left{width: 44%;}
#productinfo_column_1 > .pics > .left > .pic_cur{width: 100%; display:flex; text-align:center; justify-content:center; align-items:center; height:292px;text-align: center;border: 1px solid #f2f2f2;background: #F3F3F3; padding:3px;}
#productinfo_column_1 > .pics > .left > .pic_cur img{max-width: 100%;max-height: 100%;position: relative; }
#productinfo_column_1 > .pics > .left > .pic_list{margin-top: 10px;width: 100%; overflow:hidden}
#productinfo_column_1 > .pics > .left > .pic_list > ul > li{float: left;width: 19%;margin-right: 1%;height: 60px;line-height: 60px;text-align: center;background: #F2F2F2;}
#productinfo_column_1 > .pics > .left > .pic_list img{max-width: 100%;max-height: 100%;position: relative;top: -1px; }
.cloudzoom-lens{border:3px solid #fff;width:100px;height:100px;box-shadow:0 0 10px rgba(0,0,0,.4);cursor:crosshair;z-index:10}
.cloudzoom-zoom{border:0px solid #fff;width:500px;height:200px;box-shadow:0 0 10px rgba(0,0,0,.3)}
.cloudzoom-zoom-inside{border:none;box-shadow:none}
.cloudzoom-caption{display:none;text-align:left;background-color:#000;color:#fff;font-weight:700;padding:10px;font-family:sans-serif;font-size:11px}
.cloudzoom-blank{background-image:url(blank.png)}
.cloudzoom-ajax-loader{background-image:url(ajax-loader.gif);width:32px;height:32px}
#productinfo_column_1 > .pics > .left > .pic_list > ul{ background:#f5f5f5; padding:3px;}
#productinfo_column_1 > .pics > .left > .pic_list > ul > li{cursor: pointer;}
#productinfo_column_1 > .pics > .left > .pic_list > ul > li.active{background: #DBDBDB; }



#productinfo_column_1 > .pics > .right{width: 52%; float:right;}
#productinfo_column_1 > .pics > .right > .ny_tit{font-size: 22px;color: #000;}
#productinfo_column_1 > .pics > .right > .ny_attr{margin-top: 20px;color: #777;}
#productinfo_column_1 > .pics > .right > .ny_attr > table{width: 100%;border-collapse:collapse;border-spacing: 0px;}
#productinfo_column_1 > .pics > .right > .ny_attr > table td.cpinfotd1{border-bottom: 1px dashed #eee;padding: 14px 10px; width:25%; font-weight:bold; font-size:16px; color:#333}
#productinfo_column_1 > .pics > .right > .ny_attr > table td.cpinfotd2{border-bottom: 1px dashed #eee;padding: 14px 10px; width:80%; font-size:16px; color:#333}
#productinfo_column_1 > .pics > .right > .a{margin-top: 40px;}
#productinfo_column_1 > .pics > .right > .a > a{display: block;float: left;text-align: center;padding: 10px 0px;width: 48%;font-size: 15px;background: #0068B7;color: #fff;border-radius: 50px;transition: all 0.3s;}
#productinfo_column_1 > .pics > .right > .a > a.last{float: right;background: #FF8300;}
#productinfo_column_1 > .pics > .right > .a > a:hover{opacity: 0.8;}


#productinfo_column_1 > .ny_con{margin-top: 40px; border-top:#f5f5f5 solid 3px; padding-top:40px;}
#productinfo_column_1 > .ny_con > #tit{padding: 10px 30px;background: #EAEAEA;position: relative;font-weight: bold;font-size: 15px;margin-bottom: 20px;}
#productinfo_column_1 > .ny_con img{max-width: 100%;}

#productinfo_column_1 > .pro_other{margin-top: 40px;color: #666;}
#productinfo_column_1 > .pro_other > .li{width: 50%;}
#productinfo_column_1 > .pro_other > .li > a{display: block;border: 1px solid #F4F4F4;padding: 10px 15px;text-overflow:ellipsis;white-space:nowrap;overflow: hidden;background: #fff;color: #333;}
#productinfo_column_1 > .pro_other > .li > a > span{display: inline-block;line-height: 1;margin-right: 15px;border-radius: 5px;color: #000;}
#productinfo_column_1 > .pro_other > .li > a:hover{background: #F4F4F4;}

#productinfo_column_1 > .search_tag{margin-top: 40px;}
#productinfo_column_1 > .search_tag > a{display: inline-block;background: #F4F4F4;padding: 5px 15px;font-size: 12px;color: #333;}

#productinfo_column_1 > .s{margin-top: 20px;border: 1px solid #EAEAEA;background: #fff;}
#productinfo_column_1 > .s > .ny_tit{padding: 10px 30px;background: #EAEAEA;position: relative;font-weight: bold;font-size: 15px; color:#333}
#productinfo_column_1 > .s > .ny_con{padding: 20px;}
#productinfo_column_1 > .search_news > .ny_con > ul > li{float: left;width: 47%;color: #666;margin-bottom: 15px;text-overflow:ellipsis;white-space:nowrap;overflow: hidden;}
#productinfo_column_1 > .search_news > .ny_con > ul > li:nth-of-type(even){float: right;}
#productinfo_column_1 > .search_news > .ny_con > ul > li > a{color: #666;}
#productinfo_column_1 > .search_news > .ny_con > ul > li > a > span{display: inline-block;margin-right: 10px;}
#productinfo_column_1 > .search_news > .ny_con > ul > li:hover > a{color: #000;}

#productinfo_column_1 > .search_pro > .ny_con{width: 102%;}
#productinfo_column_1 > .search_pro > .ny_con > ul > li{width: 18%;float: left;text-align: center;margin-right: 2%;}
#productinfo_column_1 > .search_pro > .ny_con > ul > li > a{display: block;}
#productinfo_column_1 > .search_pro > .ny_con > ul > li > a > .img{width: 100%;background: #f2f2f2;overflow: hidden;display:flex; justify-content:center; align-items:center; overflow:hidden；}
#productinfo_column_1 > .search_pro > .ny_con > ul > li > a > .img > img{max-width: 100%;max-height: 100%;transition: all .5s ease;position: relative;top: -2px;}
#productinfo_column_1 > .search_pro > .ny_con > ul > li > a > p{margin-top: 10px;text-overflow:ellipsis;white-space:nowrap;overflow: hidden;color: #333;}
#productinfo_column_1 > .search_pro > .ny_con > ul > li > a:hover > .img > img{transZS_form: scale(1.1);}








/* 客服 样式1 */
#common_kefu1.main-im{position:fixed;right:10px;top:300px;z-index:100;width:110px;height:272px}
#common_kefu1.main-im .qq-a{display:block;width:106px;height:116px;font-size:14px;color:#0484cd;text-align:center;position:relative}
#common_kefu1.main-im .qq-a span{bottom:5px;position:absolute;width:90px;left:10px}
#common_kefu1.main-im .qq-hover-c{width:70px;height:70px;border-radius:35px;position:absolute;left:18px;top:10px;overflow:hidden;z-index:9}
#common_kefu1.main-im .qq-container{z-index:99;position:absolute;width:109px;height:118px;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom:1px solid #ddd;background:url(qq-icon-bg.png) no-repeat center 8px}
#common_kefu1.main-im .img-qq{max-width:60px;display:block;position:absolute;left:6px;top:3px;-moz-transition:all .5s;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}
#common_kefu1.main-im .im-qq:hover .img-qq{max-width:70px;left:1px;top:8px;position:absolute}
#common_kefu1.main-im .im_main{background:#f9fafb;border:1px solid #ddd;border-radius:10px;background:#f9fafb;display:none}
#common_kefu1.main-im .im_main .im-tel{color:#000;text-align:center;width:109px;height:105px;border-bottom:1px solid #ddd}
#common_kefu1.main-im .im_main .im-tel div{font-weight:700;font-size:12px;margin-top:6px}
#common_kefu1.main-im .im_main .im-tel .tel-num{font-family:Arial;font-weight:700;color:#e66d15;line-height:20px;}
#common_kefu1.main-im .im_main .im-tel:hover{background:#fafafa}
#common_kefu1.main-im .im_main .weixing-container{width:55px;height:47px;border-right:1px solid #ddd;background:#f5f5f5;border-bottom-left-radius:10px;background:url(weixing-icon.png) no-repeat center center;float:left}
#common_kefu1.main-im .im_main .weixing-show{width:112px;height:172px;background:#fff;border-radius:10px;border:1px solid #ddd;position:absolute;left:-125px;top:-126px}
#common_kefu1.main-im .im_main .weixing-show .weixing-sanjiao{width:0;height:0;border-style:solid;border-color:transparent transparent transparent #fff;border-width:6px;left:112px;top:134px;position:absolute;z-index:2}
#common_kefu1.main-im .im_main .weixing-show .weixing-sanjiao-big{width:0;height:0;border-style:solid;border-color:transparent transparent transparent #ddd;border-width:8px;left:112px;top:132px;position:absolute}
#common_kefu1.main-im .im_main .weixing-show .weixing-ma{width:104px;height:103px;padding-left:5px;padding-top:5px}
#common_kefu1.main-im .im_main .weixing-show .weixing-txt{position:absolute;top:110px;left:7px;width:100px;margin:0 auto;text-align:center}
#common_kefu1.main-im .im_main .go-top{width:50px;height:47px;background:#f5f5f5;border-bottom-right-radius:10px;background:url(totop-icon.png) no-repeat center center;float:right}
#common_kefu1.main-im .im_main .go-top a{display:block;width:52px;height:47px}
#common_kefu1.main-im .close-im{position:absolute;right:10px;top:-12px;z-index:100;width:24px;height:24px}
#common_kefu1.main-im .close-im a{display:block;width:24px;height:24px;background:url(close_im.png) no-repeat left top}
#common_kefu1.main-im .close-im a:hover{text-decoration:none}
#common_kefu1.main-im .open-im{cursor:pointer;margin-left:68px;width:40px;height:133px;background:url(open_im.png) no-repeat left top}



/* 客服 样式2 */
#common_kefu2.right_nav{right:0;bottom:100px;position:fixed;text-align:left;overflow:hidden;z-index:999}
#common_kefu2.right_nav li{background:#0085cd;margin:4px 0;padding:10px;border-top-left-radius:4px;border-bottom-left-radius:4px;cursor:pointer;position:relative;right:-70px}
#common_kefu2.right_nav li .iconBox{text-align:center;overflow:hidden;display:flex;align-items:center;justify-content:space-between}
/*#common_kefu2.right_nav li img{width:30px;height:30px}*/
#common_kefu2.right_nav li h4{color:#fff;font-size:14px;margin:2px 0;margin-left:15px}
#common_kefu2.right_nav li:hover{background:#cf1322}
#common_kefu2.right_nav li .iconBox img{ width: 30px; height: 30px;}
#common_kefu2.right_nav li .hideBox{display:none;position:absolute;right:120px;padding:10px;padding-right:15px;top:-10px;z-index:999}
#common_kefu2.right_nav li .hideBox .hb{border:1px solid #ccc;background-color:#fff;padding:10px 20px;border-top:2px solid #0085cd;border-bottom-left-radius:4px;border-bottom-right-radius:4px}
#common_kefu2.right_nav li .hideBox .hb img{    width: 140px;height: 140px;margin-top: 10px;}
#common_kefu2.right_nav li .hideBox .hb h5{padding:5px 0;border-bottom:2px solid #ccc;color:#0085cd;font-size:16px;font-weight:400;display:block;white-space:nowrap}
#common_kefu2.right_nav li .hideBox .hb p{margin-top:5px;font-size:18px;font-weight:700; width: 150px;}
#common_kefu2.right_nav li .hideBox .hb .qqtalk{margin-top:10px}
#common_kefu2.right_nav li .hideBox .hb .qqtalk a{display:flex;align-items:center} 
#common_kefu2.right_nav li .hideBox .hb .qqtalk img{width:25px;height:25px}
#common_kefu2.right_nav li .hideBox .hb .qqtalk p{font-size:14px;font-weight:400;white-space:nowrap;margin-top:-5px;margin-left:5px}   
/*#common_kefu2.right_nav li:nth-child(3) .hideBox img{width:140px;height:140px;margin-top:10px}*/





/* 客服 样式3 */
#izl_rmenu.izl-rmenu{position:fixed;left:60%;margin-left:532px;bottom:10px;padding-bottom:73px;z-index:999;}
#izl_rmenu.izl-rmenu .btn{width:72px;height:73px;margin-bottom:1px;cursor:pointer;position:relative;}
#izl_rmenu.izl-rmenu .btn-qq{background:url(r_qq.png) 0px 0px no-repeat;background-color:#6da9de;}
#izl_rmenu.izl-rmenu .btn-qq:hover{background-color:#488bc7;}
#izl_rmenu.izl-rmenu a.btn-qq,#izl_rmenu.izl-rmenu a.btn-qq:visited{background:url(r_qq.png) 0px 0px no-repeat;background-color:#6da9de;text-decoration:none;display:block;}
#izl_rmenu.izl-rmenu .btn-wx{background:url(r_wx.png) 0px 0px no-repeat;background-color:#78c340;}
#izl_rmenu.izl-rmenu .btn-wx:hover{background-color:#58a81c;}
#izl_rmenu.izl-rmenu .btn-wx .pic{position:absolute;left:-160px;top:0px;display:none;width:160px;height:160px;}
#izl_rmenu.izl-rmenu .btn-phone{background:url(r_phone.png) 0px 0px no-repeat;background-color:#fbb01f;}
#izl_rmenu.izl-rmenu .btn-phone:hover{background-color:#ff811b;}
#izl_rmenu.izl-rmenu .btn-phone .phone{background-color:#ff811b;position:absolute;width:160px;left:-160px;top:0px;line-height:37px;color:#FFF;font-size:18px;text-align:center;display:none;}
#izl_rmenu.izl-rmenu .btn-top{background:url(r_top.png) 0px 0px no-repeat;background-color:#666666;display:none;}
#izl_rmenu.izl-rmenu .btn-top:hover{background-color:#444;}


/* 联系我们地图 */
#nylxwm-t{background: url(contactbj02.jpg) no-repeat right bottom /78% #EBF1F1; padding:10px;}
#lxwm_map{margin-top:10px;border:1px solid #ddd;padding:0px;}
#tx_map{width:100%; height:600px; }
#tx_map_info .tel,#tx_map_info .add{font-size:12px;margin-top:5px;color:#666;}



/* 表单 */
#ZS_form{margin: 30px auto 0;width: 100%;font-size: 14px;border-collapse: collapse;border-spacing: 0px;}
#ZS_form tr td{height: 35px;line-height: 35px;vertical-align: top;padding: 10px;}
#ZS_form tr td .dfinput{width: 100%;border-radius: 5px; border: 1px solid #ccc;padding: 0 5px;}
#ZS_form tr td .textinput{width: 100%;height: 150px;font-family: none;padding: 5px; border-radius: 5px;border: 1px solid #ccc;}
#ZS_form tr td label{margin-right: 15px;cursor: pointer;}
#ZS_form tr td label input{zoom: 130%;vertical-align: middle;display: inline-block;margin-right: 3px;position: relative;top: -1px;}
#ZS_form tr td label input[type="radio"],#ZS_form tr td label input[type="checkbox"]{cursor: pointer;}
#ZS_form tr td select{min-width: 100px;height: 30px;line-height: 30px;border-radius: 5px;border: 1px solid #ccc;}
#ZS_form tr td .submit{width: 50%;padding: 5px 0;margin-top: 40px;background: #292E39;color: #fff;font-size: 15px;border: 0;cursor: pointer;transition: all 0.3s;word-spacing: 20px;}
#ZS_form tr td .submit:hover{opacity: 0.9;}
#ZS_form tr td .dfinput:focus{border-color: #0F95F2;}
#ZS_form tr td .textinput:focus{border-color: #0F95F2;}
#fmsg{margin: 20px 0% 0;padding: 20px;border-top: 1px solid #ddd;}



/*其他尺寸*/
@media (max-width:768px){
	.pro_column dl {
    float: left;
    width: 46%;
    margin: 8px 1% 8px;
    overflow: hidden;
				}
	.pro_column dl dt{width: -moz-calc(100% - 0px);width: -webkit-calc(100% - 0px);width: calc(100% - 0px); height:175px; line-height:162px; padding:3px; border:#E5E5E5 solid 3px; border-bottom:none; text-align:center;}
	.pro_column dl dt img{max-width: -moz-calc(100% - 12px);max-width: -webkit-calc(100% - 12px);max-width: calc(100% - 12px); max-height:162px; vertical-align:middle;margin-left: -2px;}
	.basic_l {
    float: none;
    width: 100%; 
}

	
		#ink_showImg {
			width: 100%;
			height: 208px;
			padding: 5px 2%;
			border: 1px solid #ccc;
			position: relative;
			background: #fff;
		}
	#ink_showImg .small_pic {
    width: 100%;
    height: 201px;
    line-height: 192px;
    text-align: center;
}
	.basic_r {
    float: none;
    width: 100%;
}
	.basic_r ul li button {
		width: 45%;}
	
	
	#pic_column_1 > ul > li {
    width: 48%;
    float: left;
    text-align: center;
    margin-right: 2%;
    margin-top: 20px;
}
	#page > span a {
    display: inline-block;
    border: 1px solid #ccc;
    height: 30px;
    line-height: 28px;
    padding: 0 10px;
    border-radius: 2px;
    background: #fff;
    color: #333;
}
	#productinfo_column_1 > .pics > .left {
    width: 100%;
}
	#productinfo_column_1 > .pics > .right {
    width: 100%;
    float: right;
		margin-top: 30px;
}
	#productinfo_column_1 > .pics > .right > .ny_attr > table td.cpinfotd1 {
    border-bottom: 1px dashed #eee;
    padding: 5px 10px;
    width: 25%;
    font-weight: bold;
    font-size: 16px;
    color: #333;
}
	#productinfo_column_1 > .pics > .right > .ny_attr > table td.cpinfotd2 {
    border-bottom: 1px dashed #eee;
    padding: 5px 10px;
    width: 80%;
    font-size: 16px;
    color: #333;
}
	#productinfo_column_1 > .pics > .right > .a {
    margin-top: 20px;
}
	#productinfo_column_1 > .ny_con {
    margin-top: 20px;
    border-top: #f5f5f5 solid 3px;
    padding-top: 20px;
}
	#news_column_1 > ul > li > a > span {
    float: right;
		display: none
}
	#newsinfo_column_1 > .ny_tit {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #333;
}
	#newsinfo_column_1 > .ny_attr {
    text-align: center;
    border-bottom: 1px dotted #ccc;
    padding: 10px 0;
    color: #999;
		font-size: 12px;
}
	#newsinfo_column_1 > .search_news > .ny_con > ul > li {
    float: left;
    width: 100%;
    color: #666;
    margin-bottom: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
	#newsinfo_column_1 > .search_news > .ny_con > ul > li > a > span {
    display: none;

}
	#newsinfo_column_1 > .search_pro > .ny_con > ul > li {
    width: 48%;
    float: left;
    text-align: center;
    margin-right: 2%;
}
	#newsinfo_column_1 > .search_tag > a {
    margin-top: 10px;
}
	#common_kefu2.right_nav li {
    background: #0085cd;
    margin: 4px 0;
    padding: 3px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    cursor: pointer;
    position: relative;
    right: -70px;
	}
	 .lxwm-l{width: 100%!important;}
	.lxwm-l img{ width: 100%!important;}
	.lxwm-r{ width:100%!important; padding: 3% 1%}
		 #lxwm_map {width: 100%;
		margin-top: 10px;
		border: 1px solid #ddd;
		padding: 0px;
	}
	.lxwm-bt dl {
    float: left;
    margin: 5% 5%!important;
	}
	
	
	#news_column_3{}
	#news_column_3 *{margin: 0;padding: 0;box-sizing: content-box;}
	#news_column_3 > ul > li{background: #fff;position: relative;margin-top: 20px;transition: all 0.3s; display: flex; justify-content:space-between; border-bottom: #ddd solid 1px; padding-bottom:20px}
	#newslist_pic{ width: 340px!important; height: auto!important;background: #f8f8f8;display:flex; justify-content:center; align-items:center; overflow:hidden; border: #f5f5f5 solid 1px;}
	#newslist_pic img{max-width:100%;max-height: 100%; transform: scale(2.5)}
	#newslist_txt{ text-align: left; margin-left: 10px }
	#newslist_txt h3{font-size: 1.1rem; font-weight: bold; margin-bottom:10px;}
	#newslist_txt p{
		color: #333; font-size: 1rem;
		overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
	#newslist_txt:hover h3{color: #D81A38}
	#newslist_more{ margin-top: 10px;}
	#newslist_more a{font-size:0.8rem; color:#D81A38 }
}
@media (max-width: 375px){
	.pro_column dl {
    float: left;
    width: 100%;
    margin: 8px 1% 8px;
    overflow: hidden;
}
.pro_column dl dt {
    width: -moz-calc(100% - 0px);
    width: -webkit-calc(100% - 0px);
    width: calc(100% - 0px);
    height: 190px;
    line-height: 178px;
    padding: 3px;
    border: #E5E5E5 solid 3px;
    border-bottom: none;
    text-align: center;
}
.pro_column dl dt img {
    max-width: -moz-calc(100% - 12px);
    max-width: -webkit-calc(100% - 12px);
    max-width: calc(100% - 12px);
    max-height: 178px;
    vertical-align: middle;
    margin-left: -2px;
}	
	#productinfo_column_1 > .search_news > .ny_con > ul > li {width: 100%}
	#productinfo_column_1 > .search_news > .ny_con > ul > li > a > span{ float:right; color: #999}
	#productinfo_column_1 > .search_pro > .ny_con > ul > li{ width: 48%}
	#productinfo_column_1 > .search_pro > .ny_con > ul > li:last-child{display: none;
	}
	
/*	新闻样式3*/
	
}


.liuyan .formlist span {
    font-size: 12px;
    vertical-align: top;
    display: inline-block;
    width: 18%;
    text-align: right;
}

.liuyan .formlist input {
    font-size: 12px;
    vertical-align: top;
    display: inline-block;
    width: 40%!important;
    height: 42px!important;
    line-height:42px;
	border-radius: 5px; padding-left: 0px; background-color: #f5f5f5; color: #333;    border: 1px solid #ccc; box-shadow: none; outline: none;
		margin-bottom: 10px;
}

.liuyan .formlist textarea{height: 150px!important;   width: 60%!important;
	border-radius: 5px; padding-left: 10px; background-color: #f5f5f5; color: #333;    border: 1px solid #ccc; box-shadow: none; outline: none;	margin-bottom:5px;}
.liuyan .formlist span {
    font-size: 14px!important;
    vertical-align: top;
    display: inline-block;
    width: 18%;

}
.liuyan .formlist div.submit{ width: 30%!important;  margin: 0 auto!important}
.liuyan #liuyantj{ width: 100%;  text-align: center; background: #3274C0; color: #fff!important; font-size: 14px!important; border: none}


/*联系我们lxwm-3*/
.lxwm3{background: #EBF1F1!important;}
.lxwm-l{ width: 60%; }
.lxwm-l img{ width: 100%}
.lxwm-r{ width:36%; padding: 3% 1%}
.fl{float:left}
.fr{float:right}
.lxwm-top{ }
.lxwm-top h3{ font-size: 26px; color: #3366CC; margin-bottom:30px;}
.lxwm-top dl { margin-top:15px;padding:0px 10px; color: #424242 }
.lxwm-top dl dt{width: 35px; height: 35px;text-align: center;margin-right: 10px; background-image: url(lxwm3.png); background-repeat: no-repeat} 
.lxwm-top dl dt.lx01{background-position: 0px 0px; } 
.lxwm-top dl dt.lx02{background-position: -36px 0px; } 
.lxwm-top dl dt.lx03{background-position: -72px 0px; } 
.lxwm-top dl dt.lx04{background-position: -108px 0px; } 
/*.lxwm-top dl dt img{width: 30px; margin: 10px auto; vertical-align: middle } */
.lxwm-top dl dd{text-align: left; font-size: 16px;} 

.lxwm-bt dl{ float: left; margin:5% 10% }
.lxwm-bt dl dt img{width:100px;} 
.lxwm-bt dl dd { text-align: center; margin-top:10px;font-size: 16px; color: #424242 } 


/*联系我们lxwm-4*/
.lxwm4 .lxwm-l{ width: 98%; margin: 0 auto 10px auto}
.lxwm4 .lxwm-l img{ width: 100%}
.lxwm4 .lxwm-r{ width:100%; padding:0}
.lxwm4-con{  
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;  
   align-items: center; 
    text-align: center;
    padding-top: 10px;
}

.lxwm4-con dl{ width:25%; margin: 0 auto; padding:3%;
    background-color: rgba(245,245,245,1);
    min-height: 0px; min-height: 166px;}
.lxwm4-con dl dt{width: 45px; height: 45px; margin: 0 auto 20px auto;text-align: center; background-image: url(lxwm4.png); background-repeat: no-repeat;} 
.lxwm4-con dl dt.lx01{background-position: 0px 0px; } 
.lxwm4-con dl dt.lx02{background-position: -45px 0px; } 
.lxwm4-con dl dt.lx03{background-position: -90px 0px; } 
.lxwm4-con dl dt.lx04{background-position: -135px 0px; } 
/*.lxwm-top dl dt img{width: 30px; margin: 10px auto; vertical-align: middle } */
.lxwm4-con dl dd{ width: 100%; font-size: 16px; text-align: center; line-height: 2.0} 
.lxwm4-con dl dd b{font-size: 24px;color: rgba(51,51,51,1);} 
.lxwm4-con dl dd p{font-size: 17px;color: rgba(51,51,51,1); line-height:1.5} 




